@charset "ISO-8859-1";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003333;
	background-color: #669999;
	text-decoration: none;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: cccccc;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ffffff;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ffcc33;
}
